Leadtools.Dicom Namespace > DicomWaveformAnnotation Class > SetNumericValue Method : SetNumericValue(Double[],Int32) Method |
'Declaration Public Overloads Sub SetNumericValue( _ ByVal value() As Double, _ ByVal length As Integer _ )
'Usage Dim instance As DicomWaveformAnnotation Dim value() As Double Dim length As Integer instance.SetNumericValue(value, length)
public: void SetNumericValue( array<double>^ value, int length )